utils/gpsd: (cosmetic) update config
authorp-wassi <[email protected]>
Wed, 7 Dec 2016 20:58:05 +0000 (21:58 +0100)
committerJo-Philipp Wich <[email protected]>
Sun, 5 Feb 2017 18:42:53 +0000 (19:42 +0100)
Make the default config look like usual,
i.e.: indentation using tabs, single quotes, booleans 0/1

Signed-off-by: Paul Wassi <[email protected]>
utils/gpsd/files/gpsd.config

index 1a5ddaa300144f509d647fb48e6bcf7964d23104..c0c88e0c46faf39b6012121a64f47e37e44ecefa 100644 (file)
@@ -1,5 +1,5 @@
-config gpsd core
-    option device    "/dev/ttyUSB0"
-    option port    "2947"
-    option listen_globally    "false"
-    option enabled    "false"
+config gpsd 'core'
+       option enabled '0'
+       option device '/dev/ttyUSB0'
+       option port '2947'
+       option listen_globally '0'